home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / atcpsd40.ads < prev    next >
Text File  |  1995-06-11  |  2KB  |  48 lines

  1.  Amiga Distribution System-- Long Description File
  2.  
  3.            ADS Zone: 1
  4.      ADS Hatch Site: Don Plesky
  5.        ADS Position: ADS Zone 1 Coordinator
  6.            BBS Name: EastPointe Amiga BBS
  7.     Phone Number(s): 810-773-6959
  8.     Network Address: 1:120/229  
  9.      Network Region: 11    
  10.           BBS Hours: 24 Hrs/Day
  11. BBS Mailer/Software: DLG Trapdoor/PDQmail
  12.   BBS Storage Space: 2 Gig 
  13.   File Requestable :  <X> Y     < > N
  14. File Request Hours : All The Time
  15.  
  16. ==========================================
  17.             Long Description
  18. ==========================================
  19.  
  20. Short:    AmiTCP link library for gcc with source
  21. Author:   jsshephe@undergrad.math.uwaterloo.ca (Jeff Shepherd)
  22. Uploader: jsshephe@undergrad.math.uwaterloo.ca (Jeff Shepherd)
  23. Type:     comm/tcp
  24.  
  25. This code is strictly BETA!!. It works with MuiADT and Pine but does not guarantee
  26. it will work with anything else. You are free to modify/correct the code as
  27. long as you mail me the changes.
  28.  
  29. This compiles with gcc only!! All the SASC stuff was removed. If you want to
  30. compile with SASC, get the original API archive.
  31.  
  32. I found 2 MISTAKES in the archive. The first is ug_SetupContextTags(). It does
  33. NOT take a program name argument. Also no syslog() function was supplied. I
  34. made one using vprintf().
  35.  
  36. Enclosed are modified gcc include files in the directory netinclude.
  37. You can copy over the ones in gnu:include/
  38.  
  39. To compile, specify -D__AMITCP__ on the commandline.
  40. To link specify libc.a -lamitcp. (Someone figure out why I need to link libc.a
  41. first. Without it, things behave very strangely.)
  42.  
  43. A custom version of libc.a is supplied. (It doesn't have the wrappers for ixemul's
  44. pseudo-TCP functions).
  45.  
  46. This archive was put together on the spur of the moment. Please tell me about
  47. anything that was left out.
  48.